Weekend Links – iPhone Interface, mooVRotatingMenu, Digg Hacked, jQuery Scrolling, Prototip

By  on  

Create a Slick iPhone / Mobile Interface from any RSS Feed

Chris Coyier drops a sweet iPhone-like script for any RSS feed. Chris used SimplePie (PHP RSS API) and jQuery to create this hot page.

http://css-tricks.com/create-a-slick-iphonemobile-interface-from-any-rss-feed/

mooVRotatingMenu

The people that brought you MooPan bring you mooVRotatingMenu, a slick-as-hell animated element rotation script. Comes in horizontal and vertical flavors.

http://www.virtual-gadjo.com/mooVRotatingMenu.php

How I Hacked Digg

Dominic at Phoboslab discovered some insecure code at Digg, told them about the issues, and didn't hear back. What's a blogger to do? Write about it, of course. Oddly enough, Digg's Lead Architect was the first one to comment.

http://www.phoboslab.org/log/2008/06/how-i-hacked-digg

Load Content While Scrolling With jQuery

This article details how you can forget pagination and server up more content when the user hits the bottom of page. DZone employs this type of virtual pagination.

http://www.webresourcesdepot.com/load-content-while-scrolling-with-jquery/

Prototip 2 - Create Beautiful Tooltips with Ease

Prototip allows you to easily create both simple and complex tooltips using the Prototype JavaScript framework. The Prototip site also provides some sweet examples.

http://www.nickstakenburg.com/projects/prototip2/

Compress jQuery Even Further

In our never-ending battle to compress our JavaScript libraries, this article describes compressing jQuery even more.

http://brightscape.net/compress-jquery-even-further/

Recent Features

  • By
    Create Namespaced Classes with MooTools

    MooTools has always gotten a bit of grief for not inherently using and standardizing namespaced-based JavaScript classes like the Dojo Toolkit does.  Many developers create their classes as globals which is generally frowned up.  I mostly disagree with that stance, but each to their own.  In any event...

  • By
    Camera and Video Control with HTML5

    Client-side APIs on mobile and desktop devices are quickly providing the same APIs.  Of course our mobile devices got access to some of these APIs first, but those APIs are slowly making their way to the desktop.  One of those APIs is the getUserMedia API...

Incredible Demos

Discussion

  1. Great story about digg.

Wrap your code in <pre class="{language}"></pre> tags, link to a GitHub gist, JSFiddle fiddle, or CodePen pen to embed!